Introduction
-------------
This text document accompanies the UART0 CCS test case for DM814X EVM. It 
provides a brief of the methodology of the test and the procedure for executing 
the same.

Overview
---------
This CCS test application validates the UART-0 Port on the board for its connectivity.
This test configures the UART-0 for 115200,8,N and verified the transmission & 
receiption functionality in polled mode. This test case requries the one end of serial 
cabel to be connected to the UART-0 port (that is connector P2 - DM814X DB9) on the 
DM814X EVM Base board and other end to the pc.This does Uart0 echo test.

Procudure
----------
At the minimumthe following GEL scripts are to be executed.
	1. PG 2.x DM814X --> ALL_ADPLL_CLOCKS_ENABLE_API
	2. DM814X System Initialization --> UARTClkEnable

load "BB_016_UART_0_Echo.out" file and run.

This test executes endlessly user needs to give a character from the Hyperterminal and 
has to check manually wheather same is received.

NOTE:
-----
Ensure that BOOT SEL Switches (S1) are set as follows:
	BOOTMODE[1]: OFF
	BOOTMODE[2]: ON
	BOOTMODE[3]: OFF
	BOOTMODE[4]: OFF
	BOOTMODE[5]: ON
	BOOTMODE[6]: OFF
	BOOTMODE[7]: ON
	
